STEP 8: Let's use both of the words the user has entered in a sentence.

  • Combine the strings & variables in the .say() like this: "During " + _____ + " I like to " + _____
  • Use plus signs + to insert season into the first blank and verb into the second blank.
  • Remember, you need to include spaces in your strings. Otherwise, everything will be smushed together like this: "During" + season = "Duringfall"

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)